home *** CD-ROM | disk | FTP | other *** search
- *% Adobe Systems PostScript(R) Printer Description File
- *% For "Linotype" version 52.3
- *% Produced by "BuildPPD.ps" version 3.0 edit 58
- *%
- *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.
- *% All Rights Reserved.
- *% Permission is granted for redistribution of this file as
- *% long as this copyright notice is intact and the contents
- *% of the file is not altered in any way from its original form.
- *%
- *% The byte count of this file should be exactly 014124 or 014518
- *% depending on the filesystem it resides in.
- *%
- *% Date: 5 June 1991
- *FormatVersion: "3.0"
- *FileVersion: "1.0"
- *LanguageVersion: English
-
- *Product: "(Linotype)"
- *PSVersion: "(52.3) 508"
- *NickName: "Linotronic 530 v52.3"
-
- *% General Information and Defaults ===============
- *FreeVM: "1051470"
- *ColorDevice: False
- *VariablePaperSize: True
- *FileSystem: True
- *?FileSystem: "save /initializedisk where{pop(True)}{(False)} ifelse = flush restore"
- *Password: "0"
- *ExitServer: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot perform the exitserver command.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict begin exitserver
- "
- *End
-
- *Reset: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot reset printer.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict begin exitserver
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush
- "
- *End
-
- *DefaultResolution: 1693dpi
- *?Resolution: "
- save
- initgraphics
- 0 0 moveto currentpoint matrix defaultmatrix transform
- 0 72 lineto currentpoint matrix defaultmatrix transform
- 3 -1 roll sub dup mul
- 3 1 roll exch sub dup mul
- add sqrt round cvi
- ( ) cvs print (dpi) = flush
- restore
- "
- *End
-
- *% Halftone Information ===============
- *ScreenFreq: "119.737"
- *ScreenAngle: "45.0"
- *DefaultScreenProc: Dot
- *ScreenProc Dot: "
- {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
- sub }{dup mul exch dup mul add 1 exch sub }ifelse }
- "
- *End
- *ScreenProc Line: "{ pop }"
- *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
-
- *DefaultTransfer: Null
- *Transfer Null: "{ }"
- *Transfer Null.Inverse: "{ 1 exch sub }"
-
- *% Paper Handling ===================
-
- *% Use these entries to set paper size most of the time, unless there is
- *% specific reason to use PageRegion or PaperTray.
- *DefaultPageSize: Letter
- *PageSize Letter: "letter"
- *PageSize Legal: "legal"
- *PageSize Ledger: "ledger"
- *PageSize Tabloid: "11x17"
- *PageSize A3: "a3"
- *PageSize A4: "a4"
- *PageSize A5: "a5"
- *PageSize B5: "b5"
- *PageSize Letter.Transverse: "Letter"
- *PageSize A4.Transverse: "A4"
- *PageSize A5.Transverse: "A5"
- *PageSize B5.Transverse: "B5"
-
- *?PageSize: "
- save
- /d0 5 dict def d0 begin
- /420_596 (A5.Transverse) def
- /499_709 (B5.Transverse) def
- /596_840 (A4.Transverse) def
- /612_792 (Letter.Transverse) def
- /1224_792 (Ledger) def
- end
- /d1 7 dict def d1 begin
- /596_420 (A5) def
- /709_499 (B5) def
- /792_612 (Letter) def
- /842_596 (A4) def
- /1008_612 (Legal) def
- /1191_840 (A3) def
- /1224_792 (Tabloid) def
- end
- statusdict begin pageparams end
- 4 1 roll pop
- /high exch 10 string cvs dup length /hlen exch def def
- /wide exch 10 string cvs def
- /key hlen 1 add wide length add string def
- key 0 high putinterval
- key hlen (_) putinterval
- key hlen 1 add wide putinterval
- 0 eq{d0}{d1}ifelse
- key cvn{get}stopped{(Unknown)}if
- = flush
- restore
- "
- *End
-
- *% These entries will set up the frame buffer. Usually used with manual feed.
- *DefaultPageRegion: Letter
- *PageRegion Letter: "letter"
- *PageRegion Legal: "legal"
- *PageRegion Note: "note"
- *PageRegion Ledger: "ledger"
- *PageRegion Tabloid: "11x17"
- *PageRegion A3: "a3"
- *PageRegion A4: "a4"
- *PageRegion A5: "a5"
- *PageRegion B5: "b5"
- *PageRegion Letter.Transverse: "Letter"
- *PageRegion A4.Transverse: "A4"
- *PageRegion A5.Transverse: "A5"
- *PageRegion B5.Transverse: "B5"
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "0 1 613 792 "
- *ImageableArea Legal: "0 1 613 1008 "
- *ImageableArea Ledger: "0 0 1223 794 "
- *ImageableArea Tabloid: "0 1 794 1224 "
- *ImageableArea A3: "0 1 841 1191 "
- *ImageableArea A4: "0 1 598 842 "
- *ImageableArea A5: "0 1 420 596 "
- *ImageableArea B5: "0 1 500 709 "
- *ImageableArea Letter.Transverse: "0 0 611 794 "
- *ImageableArea A4.Transverse: "0 0 595 841 "
- *ImageableArea A5.Transverse: "0 0 419 598 "
- *ImageableArea B5.Transverse: "0 0 498 711 "
-
- *?ImageableArea: "
- save /cvp { cvi ( ) cvs print ( ) print } bind def
- newpath clippath pathbbox
- 4 -2 roll exch 2 {ceiling cvp} repeat
- exch 2 {floor cvp} repeat flush
- restore
- "
- *End
-
- *% These provide the physical dimensions of the paper (by keyword)
- *DefaultPaperDimension: Letter
- *PaperDimension Letter: "612 792"
- *PaperDimension Legal: "612 1008"
- *PaperDimension Ledger: "1224 792"
- *PaperDimension Tabloid: "792 1224"
- *PaperDimension A3: "842 1190"
- *PaperDimension A4: "595 842"
- *PaperDimension A5: "420 595"
- *PaperDimension B5: "516 729"
- *PaperDimension Letter.Transverse: "792 612"
- *PaperDimension A4.Transverse: "842 595"
- *PaperDimension A5.Transverse: "595 420"
- *PaperDimension B5.Transverse: "729 516"
-
- *DefaultOutputOrder: Normal
-
- *% Font Information =====================
-
- *DefaultFont: Courier
- *Font Courier: Standard "(002.002)"
- *Font Courier-Bold: Standard "(002.002)"
- *Font Courier-BoldOblique: Standard "(002.002)"
- *Font Courier-Oblique: Standard "(002.002)"
- *Font Helvetica: Standard "(001.006)"
- *Font Helvetica-Bold: Standard "(001.007)"
- *Font Helvetica-BoldOblique: Standard "(001.007)"
- *Font Helvetica-Narrow: Standard "(001.006)"
- *Font Helvetica-Narrow-Bold: Standard "(001.007)"
- *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
- *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
- *Font Helvetica-Oblique: Standard "(001.006)"
- *Font Symbol: Special "(001.003)"
- *Font Times-Bold: Standard "(001.007)"
- *Font Times-BoldItalic: Standard "(001.009)"
- *Font Times-Italic: Standard "(001.007)"
- *Font Times-Roman: Standard "(001.007)"
-
- *?FontQuery: "
- save 4 dict begin /sv exch def
- /str (fonts/ ) def
- /st2 128 string def
- {
- count 0 gt {
- dup st2 cvs (/) print print (:) print
- dup FontDirectory exch known {pop (Yes)}{
- str exch st2 cvs dup length /len exch def
- 6 exch putinterval str 0 len 6 add getinterval mark exch
- { } st2 filenameforall counttomark 0 gt {
- cleartomark (Yes)}{cleartomark (No)}ifelse
- }ifelse = flush
- }{ exit } ifelse
- } bind loop
- (*) = flush
- sv end restore
- "
- *End
-
- *?FontList: "
- save 2 dict begin /sv exch def
- /str 128 string def
- FontDirectory { pop == } bind forall flush
- /filenameforall where {
- pop save (fonts/*) {
- dup length 6 sub 6 exch getinterval cvn ==
- } bind str filenameforall flush restore
- } if
- (*) = flush
- sv end restore
- "
- *End
-
- *% Printer Messages (verbatim from printer):
- *Message: "%%[ exitserver: permanent state may be changed ]%%"
- *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
- *Message: "\FontName\ not found, using Courier"
-
- *% Status (format: %%[ status: <one of these> ]%% )
- *Status: "idle"
- *Status: "busy"
- *Status: "waiting"
- *Status: "printing"
- *Status: "warming up"
- *Status: "PrinterError: recorder idle"
- *Status: "PrinterError: recorder busy"
- *Status: "PrinterError: recorder offline or film problem"
- *Status: "PrinterError: recorder not responding"
- *Status: "PrinterError: cassette full"
- *Status: "PrinterError: recorder active"
- *Status: "PrinterError: knife not in end position"
- *Status: "PrinterError: cassette error"
- *Status: "PrinterError: change cassette"
- *Status: "PrinterError: no cassette"
- *Status: "PrinterError: knife error"
- *Status: "PrinterError: end of film"
- *Status: "PrinterError: halt at end of job"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *Source: "serial9"
- *Source: "serial25"
- *Source: "AppleTalk"
- *Source: "Centronics"
- *Source: "other"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
- *PrinterError: "recorder idle"
- *PrinterError: "recorder busy"
- *PrinterError: "recorder offline or film problem"
- *PrinterError: "recorder not responding"
- *PrinterError: "cassette full"
- *PrinterError: "recorder active"
- *PrinterError: "knife not in end position"
- *PrinterError: "cassette error"
- *PrinterError: "change cassette"
- *PrinterError: "no cassette"
- *PrinterError: "knife error"
- *PrinterError: "end of film"
- *PrinterError: "halt at end of job"
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
-
- *DefaultColorSep: ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi
-
- *InkName: ProcessBlack/Process Black
- *InkName: CustomColor/Custom Color
- *InkName: ProcessCyan/Process Cyan
- *InkName: ProcessMagenta/Process Magenta
- *InkName: ProcessYellow/Process Yellow
-
- *% For 101 lpi / 2540 dpi
- *ColorSepScreenAngle ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "18.4349"
- *ColorSepScreenAngle ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "71.5651"
- *ColorSepScreenAngle ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
- *ColorSepScreenFreq CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
- *ColorSepScreenFreq ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
- *ColorSepScreenFreq ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
- *ColorSepScreenFreq ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "94.074"
-
- *% For 132 lpi / 2540 dpi
- *ColorSepScreenAngle ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "18.4349"
- *ColorSepScreenAngle ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "71.5651"
- *ColorSepScreenAngle ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
- *ColorSepScreenFreq CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
- *ColorSepScreenFreq ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
- *ColorSepScreenFreq ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
- *ColorSepScreenFreq ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "127.0"
-
- *% For 157 lpi / 2540 dpi
- *ColorSepScreenAngle ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "29.74"
- *ColorSepScreenAngle ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "66.8"
- *ColorSepScreenAngle ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
- *ColorSepScreenFreq CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
- *ColorSepScreenFreq ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "157.531"
- *ColorSepScreenFreq ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "166.751"
- *ColorSepScreenFreq ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "158.75"
-
- *% For 112 lpi / 2032 dpi
- *ColorSepScreenAngle ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "18.4349"
- *ColorSepScreenAngle ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "71.5651"
- *ColorSepScreenAngle ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
- *ColorSepScreenFreq CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
- *ColorSepScreenFreq ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
- *ColorSepScreenFreq ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
- *ColorSepScreenFreq ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "112.776"
-
- *% For 89 lpi / 1693 dpi
- *ColorSepScreenAngle ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "18.4349"
- *ColorSepScreenAngle ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "71.5651"
- *ColorSepScreenAngle ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
- *ColorSepScreenFreq CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
- *ColorSepScreenFreq ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
- *ColorSepScreenFreq ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
- *ColorSepScreenFreq ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "84.65"
-
- *% For 84 lpi / 1270 dpi
- *ColorSepScreenAngle ProcessBlack.84lpi.1270dpi/84 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.84lpi.1270dpi/84 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.84lpi.1270dpi/84 lpi / 1270 dpi: "18.4349"
- *ColorSepScreenAngle ProcessMagenta.84lpi.1270dpi/84 lpi / 1270 dpi: "71.5651"
- *ColorSepScreenAngle ProcessYellow.84lpi.1270dpi/84 lpi / 1270 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.84lpi.1270dpi/84 lpi / 1270 dpi: "89.916"
- *ColorSepScreenFreq CustomColor.84lpi.1270dpi/84 lpi / 1270 dpi: "89.916"
- *ColorSepScreenFreq ProcessCyan.84lpi.1270dpi/84 lpi / 1270 dpi: "80.264"
- *ColorSepScreenFreq ProcessMagenta.84lpi.1270dpi/84 lpi / 1270 dpi: "80.264"
- *ColorSepScreenFreq ProcessYellow.84lpi.1270dpi/84 lpi / 1270 dpi: "84.582"
-
- *% end of PPD file for Linotype